home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / komercni software / zoner / zps8_cz.exe / {app} / HTMLPublish / digifoto.ZHT / css.tpl < prev    next >
Text File  |  2006-03-22  |  3KB  |  183 lines

  1. body
  2. {
  3.   background: ${BACKGROUND};
  4.   font-family: Tahoma, Helvetica, Arial, sans-serif;
  5.   text-align: center;
  6. }
  7.  
  8. table
  9. {
  10.   margin-top: 10px;
  11.   margin-bottom: 10px;
  12. }
  13.  
  14. .header
  15. {
  16.   font-size: ${HEAD_FONT_SIZE}px;
  17.   color: ${HEAD_FONT_COLOR};
  18.   margin-bottom: 10px;
  19. }
  20.  
  21. .index_table
  22. {
  23.   background: none;
  24.   width: ${THN_TABLE_WIDTH}px;
  25. }
  26. .index_tr
  27. {
  28.   text-align: left;
  29.   vertical-align: top;
  30.   height: ${THN_TD_HEIGHT}px;
  31. }
  32. .index_img_td
  33. {
  34.   text-align: center;
  35.   vertical-align: middle;
  36.   padding: 0;
  37.   background-color: ${THN_BGCOLOR};
  38.   width: ${THN_TD_WIDTH}px;
  39. }
  40. .index_desc_td
  41. {
  42.   font-size: ${DESC_FONT_SIZE}px;
  43.   font-family: Tahoma, Helvetica, Arial, sans-serif;
  44.   color: ${DESC_FONT_COLOR};
  45.   background-color: ${DESC_BGCOLOR};
  46.   text-align: left;
  47.   vertical-align: top;
  48.   border: 1px;
  49. }
  50. .index_desc_td a
  51. {
  52.   color: ${DESC_LINK_COLOR};
  53.   text-decoration: none;
  54. }
  55. .index_desc_td a:hover
  56. {
  57.   text-decoration: underline;
  58. }
  59. .index_desc_title
  60. {
  61.   font-size: ${INDEX_DESC_TITLE_FONT_SIZE}px;
  62.   font-weight: bold;
  63. }
  64.  
  65. .nav_table
  66. {
  67.   background: none;
  68.   width: ${THN_TABLE_WIDTH}px;
  69. }
  70. .nav_tr
  71. {
  72.   height: 0px;
  73. }
  74. .nav_td_root, .nav_td_up, .nav_td_first, .nav_td_prev, .nav_td_next, .nav_td_last, .nav_td_text
  75. {
  76.   font-size: ${NAV_FONT_SIZE}px;
  77.   font-family: Tahoma, Helvetica, Arial, sans-serif;
  78.   color: ${NAV_FONT_COLOR};
  79.   text-align: center;
  80.   background-color: ${NAV_BGCOLOR};
  81. }
  82. .nav_td_root, .nav_td_up, .nav_td_first, .nav_td_prev, .nav_td_next, .nav_td_last
  83. {
  84.   width: 30px;
  85. }
  86. .nav_td_text
  87. {
  88.   background-color: ${NAV_TEXT_BGCOLOR};
  89. }
  90. .nav_td_root a, .nav_td_up a, .nav_td_first a, .footer a, .nav_td_prev a, .nav_td_next a, .nav_td_last a, .nav_td_text a
  91. {
  92.   color: ${NAV_LINK_COLOR};
  93.   text-decoration: none;
  94. }
  95. .nav_td_root a:hover, .nav_td_up a:hover, .nav_td_first a:hover, .footer a:hover, .nav_td_prev a:hover, .nav_td_next a:hover, .nav_td_last a:hover, .nav_td_text a:hover
  96. {
  97.   text-decoration: underline;
  98. }
  99.  
  100. .img, .index_img
  101. {
  102.   border: none;
  103. }
  104. .img_table
  105. {
  106.   background: none;
  107.   width: ${THN_TABLE_WIDTH}px;
  108. }
  109. .img_desc_tr
  110. {
  111.   height: 0px;
  112. }
  113. .img_desc_td, .img_desc_td_empty
  114. {
  115.   font-size: ${DESC_FONT_SIZE}px;
  116.   font-family: Tahoma, Helvetica, Arial, sans-serif;
  117.   color: ${DESC_FONT_COLOR};
  118.   background-color: ${DESC_BGCOLOR};
  119.   width: ${DESC_TD_WIDTH}px;
  120. }
  121. .img_desc_td_empty
  122. {
  123.   background: none;
  124. }
  125. .img_desc_td a
  126. {
  127.   color: ${DESC_LINK_COLOR};
  128.   text-decoration: none;
  129. }
  130. .img_desc_td a:hover
  131. {
  132.   text-decoration: underline;
  133. }
  134. .img_tr
  135. {
  136.   text-align: center;
  137.   vertical-align: middle;
  138.   height: ${THN_TD_HEIGHT}px;
  139. }
  140. .img_td, .img_td_empty
  141. {
  142.   padding: 0;
  143.   background-color: ${THN_BGCOLOR};
  144.   width: ${THN_TD_WIDTH}px;
  145. }
  146. .img_td_empty
  147. {
  148.   background: none;
  149. }
  150. .img_org_tr
  151. {
  152.   height: 0px;
  153. }
  154. .img_org_td, .img_org_td_empty
  155. {
  156.   font-size: ${ORG_FONT_SIZE}px;
  157.   font-family: Tahoma, Helvetica, Arial, sans-serif;
  158.   color: ${ORG_FONT_COLOR};
  159.   text-align: right;
  160.   background-color: ${ORG_BGCOLOR};
  161.   width: ${ORG_TD_WIDTH}px;
  162. }
  163. .img_org_td_empty
  164. {
  165.   background: none;
  166. }
  167. .img_org_td a
  168. {
  169.   color: ${ORG_LINK_COLOR};
  170.   text-decoration: none;
  171. }
  172. .img_org_td a:hover
  173. {
  174.   text-decoration: underline;
  175. }
  176.  
  177. .footer
  178. {
  179.   margin-top: 10px;
  180.   font-size: ${FOOT_FONT_SIZE}px;
  181.   font-family: Tahoma, Helvetica, Arial, sans-serif;
  182.   color: ${FOOT_FONT_COLOR};
  183. }